home *** CD-ROM | disk | FTP | other *** search
- base._visible = false;
- paper._visible = false;
- var box = "";
- base.print_btn.onRelease = function()
- {
- var _loc2_ = new PrintJob();
- if(_loc2_.start())
- {
- if(!_loc2_.addPage("paper",{xMin:0,xMax:720,yMin:0,yMax:576},{printAsBitmap:true}))
- {
- }
- }
- _loc2_.send();
- false;
- _root.gotoAndStop("select");
- };
-